home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / apps / aim315 / !aim_macros_demo1h < prev    next >
Encoding:
Text File  |  1995-05-31  |  247 b   |  8 lines

  1. * demo of histogram equalization
  2. * (with display of histograms)
  3. don         * default display mode
  4. read moon a * read the moon image
  5. equ a b     * performs the equalization
  6. histogr a   * display histogram of A
  7. histogr b   * display histogram of B
  8.